html {
  height: 100%;
}

body {
  min-height: 100%;
}

form#form {
    width: 100%;
    height: 100%;
}

body {
	background-image: url(../images/background.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
	background-attachment: fixed;
}

.navbar-inverse{
	background-color: #fff;
	border: 0;
}


.navbar-header {
	background-image: url(../images/logo.jpg);
	background-size: contain;
	background-repeat: no-repeat;
    background-position: left 5px;
	width: 188px;
	height: 100px;
	float: left;
}

.navbar-brand span {
    margin-left: 200px;
    width: 100%;
    display: block;
    margin-top: 26px;
	color: #39002b;
	font-weight: bold;
}


.navbar-nav {
	margin-top: 26px;
}

.menu_align_right {
	float: right;
}

.navbar-inverse .navbar-nav>li>a {
	font-size: 1.2em;
	color: #39002b;
    text-decoration: none;
    font-weight: bold;
}

.navbar-inverse .navbar-nav>li>a:hover {
	color: #39002b;
    text-decoration: underline;
    font-weight: bold;
}

.custom-content {
	padding: 1em;
	background-color: #fff;
}

.navbar-toggle {
	position: absolute;
	right: 5px;
	top: 5px;
}

a.advies-nodig {
    padding: 10px;
    background: #BFE633;
    border-radius: 5px;
    text-decoration: none !important;
	transition: all ease 0.3s;
}

a.advies-nodig:hover {
    background: #98B828;
}


@media only screen and (max-width: 993px) and (min-width: 1px) {
    .navbar-brand span, .navbar-inverse .navbar-toggle {
        display: none;
    }
}